home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libwmf0.2-7.postinst < prev    next >
Encoding:
Text File  |  2010-09-04  |  332 b   |  15 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdefoma
  4. if [ "$1" = "configure" ]; then
  5.     if [ -x "`which defoma-app 2>/dev/null`" ]; then
  6.         defoma-app update libwmf0.2-7
  7.     fi
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_makeshlibs
  11. if [ "$1" = "configure" ]; then
  12.     ldconfig
  13. fi
  14. # End automatically added section
  15.